home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
lparser3
/
bop00.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
196b
|
10 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
18 # recursion depth
10 # angle
10 # thickness as % of length
FFFFFFc[A][B]
A=[+A{.].C.}
B=[-B{.].C.}
C=gC
@